Search
Utilities.AddPolyLine Method (PathFigure, Point[])
See Also
 






Adds a series of line segments to the specified PathFigure.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void AddPolyLine (
    PathFigure figure,
    Point[] shape
)

Visual Basic  Copy Code

Public Shared Sub AddPolyLine( _
    figure As PathFigure, _
    shape() As Point _
)

 Parameters

figure

shape

 See Also